ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChart<T> Class / Rotated Property

In This Topic
    Rotated Property (FlexChart<T>)
    In This Topic
    Gets or sets a value indicating whether to flip the axes so X is vertical and Y horizontal.
    Syntax
    'Declaration
     
    Public Property Rotated As Boolean
    public bool Rotated {get; set;}
    See Also